home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / about.h < prev    next >
C/C++ Source or Header  |  2004-02-14  |  2KB  |  61 lines

  1. #if !defined(AFX_ABOUT_H__E4D816E1_19A9_11D2_A290_60D144C12802__INCLUDED_)
  2. #define AFX_ABOUT_H__E4D816E1_19A9_11D2_A290_60D144C12802__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // about.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // Cabout dialog
  12.  
  13. class Cabout : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     Cabout(CWnd* pParent = NULL);   // standard constructor
  18.   char* GetTip(int id);
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(Cabout)
  22.     enum { IDD = IDD_ABOUT };
  23.     CStatic    m_splash;
  24.     CComboBox    m_ctl_lang;
  25.     CString    m_infover;
  26.     int        m_lang;
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(Cabout)
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.   void OnHelpInfo2();
  40.   void setlang();
  41.  
  42.   HCURSOR currentCurs;
  43.  
  44.     // Generated message map functions
  45.     //{{AFX_MSG(Cabout)
  46.     virtual BOOL OnInitDialog();
  47.     virtual void OnOK();
  48.     afx_msg void OnSelchangelang();
  49.     afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
  50.     afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  51.     afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  52.     //}}AFX_MSG
  53.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  54.     DECLARE_MESSAGE_MAP()
  55. };
  56.  
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  59.  
  60. #endif // !defined(AFX_ABOUT_H__E4D816E1_19A9_11D2_A290_60D144C12802__INCLUDED_)
  61.